Action hook 'delete_transient_{$transient}'

in WP Core File wp-includes/option.php at line 1359

Description

Fires immediately before a specific transient is deleted. The dynamic portion of the hook name, `$transient`, refers to the transient name.

Occurrences

Filename Line Number
wp-includes/option.php 1359

Parameters

Type Name Description
string $transient Transient name.

PHP Doc

/**
	 * Fires immediately before a specific transient is deleted.
	 *
	 * The dynamic portion of the hook name, `$transient`, refers to the transient name.
	 *
	 * @since 3.0.0
	 *
	 * @param string $transient Transient name.
	 */